ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPArray<T> Class / IsReadOnly Property




In This Topic
IsReadOnly Property (ImGearXMPArray<T>)
In This Topic
Gets a value indicating whether the object of ImGearXMPArray<T> is readonly.
Syntax
'Declaration
 
Public ReadOnly Property IsReadOnly As Boolean
 
'Usage
 
Dim instance As ImGearXMPArray(Of T)
Dim value As Boolean
 
value = instance.IsReadOnly

Property Value

Boolean value.false
See Also